home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / uother__ / srdemo11.zip / VENDINFO.DIZ < prev    next >
VENDINFO  |  1995-08-27  |  13KB  |  260 lines

  1. +-------------------------------------------────────-----────────----+
  2. | This VENDINFO Product Information File contains both readable text |
  3. | and tools-accessible data about a product.  See the last text      |
  4. | section, below, for more information about VENDINFO and its tools. |
  5. +--------------------------------------------------------------------+
  6. VENDINFO standard v1.04, produced by VendEdit v1.30, 27-Aug-1995
  7.  
  8. ===== Product Information ==============================
  9.    Product:             SortRite(TM) Programmer Library Demo
  10.    Version:             1.10
  11.    Version Date:        27-Aug-1995
  12.    Product Type:        Software
  13.    Basic Distribution Policy (see License, below, for details):
  14.       Demonstration product, freely distributable by all channels
  15.  
  16.    Product Description: SRDEMO v1.1 - Demonstrates library routines 
  17.                         (SRLIB) to sort filenames alphanumerically. 
  18.                         For example, SRLIB places FILE_2 before 
  19.                         FILE_10 and can handle long file names, 
  20.                         leading zeros and spaces. SRLIB is compiled 
  21.                         for Microsoft C/C++'s and Borland TC++'s 
  22.                         small and large memory models. New: case- 
  23.                         insensitive routine, 3rd space-handling 
  24.                         option, commas-within-numbers handling, and 
  25.                         more. No known bugs. SRDEMO is free.
  26.    Reason for version:  3 new features; Borland compilation; replaced
  27.                         VENDOR.TXT with VENDINFO.DIZ
  28.  
  29.    Category:            Utilities; File utilities; File sorting & 
  30.                         conversion
  31.    Keywords:            ALPHANUMERIC LONG FILE NAME FILENAME SORT 
  32.                         DIGIT NUMBER C LIBRARY
  33.    Required Packages:   SRDEMO11
  34.    This Package:        SRDEMO11
  35.  
  36.    Required Configuration
  37.       Processor Family: Intel 80x86 (minimum 8086/8088)
  38.       Minimum OS:       MS-DOS 2.1
  39.       Standard RAM:     79K
  40.       Hard Drive Space: 16K
  41.       Required:
  42.          Keyboard
  43.       Other Require:    SRDEMO will work from a CD-ROM provided the 
  44.                         user does not try to use ZOPEN and ZDEL to 
  45.                         create and delete zero-size files on the CD-
  46.                         ROM, respectively. These programs are no 
  47.                         longer required for preparing test data for 
  48.                         SRDEMO.
  49.  
  50.    Orders:
  51.       Address:          FileJockey Software
  52.                         289 S. Robertson Blvd.
  53.                         Suite 373
  54.                         Beverly Hills, CA 90211
  55.                         USA
  56.       CompuServe:       SWREG #5947
  57.  
  58.    Support:
  59.       Address:          FileJockey Software
  60.                         289 S. Robertson Blvd.
  61.                         Suite 373
  62.                         Beverly Hills, CA 90211
  63.                         USA
  64.       CompuServe:       71573,1023
  65.       Internet:         71573.1023@compuserve.com
  66.  
  67.  
  68. ===== Information for Users ("READ-ME") ================
  69.  
  70.                             SRDEMO 1.1 Quick Guide
  71.                    Copyright (c) 1995 by David M. Wincelberg
  72.  
  73.  
  74.                                    Overview
  75.  
  76.        SRDEMO demonstrates library routines for sorting file names that
  77.        may contain digits, spaces, lower-case letters and/or commas
  78.        within numbers.  For example, the output of this program when run
  79.        on the file names in LISTFILE follows:
  80.  
  81.        SRDEMO 1.1, Copyright (c) 1995 by David M. Wincelberg
  82.  
  83.        Alphanumerically Sorted Filenames:
  84.  
  85.        FILE            FILE.000        FILE.BAK        FILE0000
  86.        FILE0A          FILE1           FILE1A          FILE0002
  87.        FILE2           FILE2.DAT       File4           FILE10
  88.        FILE23          FILE24          FILE102         FILE125
  89.        FILE127         FILE135         FILE1002
  90.  
  91.             Notice that leading zeros are ignored and numbers of
  92.        different lengths are sorted properly.  Also notice that "File4"
  93.        is a case-sensitive name.  If you use the routines in SRLIB, your
  94.        users will see properly sorted file names even if some indexed
  95.        set of files unexpectedly needs another digit.  For example,
  96.        suppose a user is indexing newsletters as Vxx#nn.TXT and receives
  97.        issue 100.  Then, instead of V15#100.TXT appearing between
  98.        V15#10.TXT and V15#11.TXT, it will be displayed in its proper
  99.        place.  Using SRLIB will also save your users the inconvenience
  100.        of typing leading zeros (or spaces in a long file name).
  101.  
  102.             As a first test of SRLIB, enter:
  103.  
  104.                              SRDEMO @LISTFILE /W4
  105.  
  106.        To put "File4" in its correct place, add the /I switch.
  107.  
  108.  
  109.  
  110.                               Files in SRDEMO.ZIP
  111.  
  112.  
  113.        README.TXT          This file.
  114.  
  115.        WHATSNEW.TXT        Describes changes since version 1.0.
  116.  
  117.        SRDEMO.EXE          Program to sort file names properly even if
  118.                            they include digits, spaces, lower-case
  119.                            letters and/or commas within numbers.
  120.  
  121.        LISTFILE            List of file names for testing SRDEMO.  Use
  122.                            SRDEMO @LISTFILE /W to sort the names in this
  123.                            file.
  124.  
  125.        LISTFILE.W95        Another list file.  This one includes long
  126.                            file names, embedded spaces and commas within
  127.                            numbers.  (You cannot use ZOPEN with this
  128.                            list file.)
  129.  
  130.        SRDEMO.TXT          The full documentation file.
  131.  
  132.        SRLIB.FRM           Order form for licensing or site-licensing
  133.                            SRLIB.
  134.  
  135.        ZOPEN.EXE           Program to create zero-size files with short
  136.                            ("8.3") file names.
  137.  
  138.        ZDEL.EXE            Program to delete zero-size files with short
  139.                            ("8.3") file names.
  140.  
  141.        FILE_ID.DIZ         Description of SRDEMO to be used on-line or
  142.                            in catalogs.
  143.  
  144.        VENDINFO.DIZ        Contains vendor-distribution and
  145.                            registration-benefits information in a
  146.                            computer-readable format.  It also has SRDEMO
  147.                            installation instructions, README.TXT, and a
  148.                            copy of the license agreement.  The first
  149.                            part of VENDINFO.DIZ is human readable, while
  150.                            the second part requires a program such as
  151.                            the free VENDVIEW.
  152.  
  153.  
  154. ===== Packing List =====================================
  155.  
  156. As released by the author or publisher, this package contained the
  157. following files in addition to this VENDINFO.DIZ:
  158.  
  159.         Filename      Size     Date       Time     CRC32
  160.      LISTFILE.         164  27-Aug-1995  01:10a   997A662D
  161.       FILE_ID.DIZ      430  27-Aug-1995  01:10a   7CEB2480
  162.        SRDEMO.EXE    14929  27-Aug-1995  01:10a   D5976698
  163.          ZDEL.EXE     6771  27-Aug-1995  01:10a   BC027498
  164.         ZOPEN.EXE     9635  27-Aug-1995  01:10a   17C722BD
  165.         SRLIB.FRM     1967  27-Aug-1995  01:10a   D0E3344B
  166.        README.TXT     3612  27-Aug-1995  01:10a   59CCA2AE
  167.        SRDEMO.TXT    11740  27-Aug-1995  01:10a   FC5B7938
  168.      WHATSNEW.TXT     2357  27-Aug-1995  01:10a   E23F13A8
  169.      LISTFILE.W95      580  27-Aug-1995  01:10a   E42F3D58
  170.  
  171.  
  172. ===== Installation =====================================
  173.  
  174. To install SRDEMO onto disk, make a new directory and change to it using
  175. DOS commands such as:
  176.  
  177.                                    c:
  178.                                md \srdemo
  179.                                cd \srdemo
  180.  
  181. Then copy the .ZIP file to this directory and expand it:
  182.  
  183.                    copy [drive:][directory]srdemo.zip
  184.                              pkunzip srdemo
  185.  
  186.  
  187. ===== Warranty =========================================
  188.  
  189. FileJockey Software hereby alerts you that SRDEMO 1.1 and its
  190. accompanying documentation are provided "AS IS" without warranty of any
  191. kind.  You assume all risks involving use of this Software and its
  192. results and performance.
  193.  
  194.  
  195. ===== License for Use and Distribution =================
  196.  
  197. This is a legal agreement between you ("Licensee") and FileJockey
  198. Software ("Licensor").  Licensor owns all worldwide rights, title,
  199. copyright and other interests in and to the computer program identified
  200. as SRDEMO 1.1 ("Software").  By using the Software, you are agreeing to
  201. be bound by the following terms:
  202.  
  203. 1.   Licensor grants to Licensee the non-exclusive and non-assignable
  204. right to use the Software without paying a fee to Licensor.
  205.  
  206. 2.   Licensee may distribute copies of the Software and related files to
  207. others provided Licensee informs the recipients that the Software is
  208. subject to a license agreement.  The attached VENDINFO data record is
  209. hereby incorporated by reference.  Any distribution satisfying all the
  210. distribution requirements expressed in that data record is hereby
  211. authorized.
  212.  
  213. 3.   Licensor hereby alerts Licensee that the Software and accompanying
  214. documentation are provided "AS IS" without warranty of any kind.
  215. Licensee assumes all risks involving use of the Software and its results
  216. and performance.
  217.  
  218. 4.   Licensee hereby acknowledges that Licensor bears no responsibility
  219. or liability which may arise or result from Licensee's use of the
  220. Software.  Licensee hereby waives and releases Licensor from any and all
  221. claims for damages, losses and costs therefrom.  In no event shall
  222. Licensor's liability for any damages ever exceed the price paid for
  223. license and registration, regardless of the form of the claim.
  224.  
  225. 5.   This license agreement shall be construed and enforced in
  226. accordance with the laws of the State of California.  This agreement may
  227. not be modified except by written instrument signed by both parties.  If
  228. any provisions of this agreement are found to be invalid or
  229. unenforceable by the operation of the law, then invalidity or
  230. unenforceability of such provision(s) shall not affect the validity or
  231. enforceability of the other provisions of this agreement.  Any dispute
  232. arising from this agreement shall be submitted to California courts
  233. located in Los Angeles County, and Licensee hereby submits to the
  234. jurisdiction of such courts.
  235.  
  236.  
  237. ===== About VENDINFO Files =============================
  238.  
  239. Each VENDINFO.DIZ file contains extensive information about a product.
  240. This "human-readable" section is followed by a compressed data record
  241. useable by automated tools.  The data record allows BBSes and other
  242. distributors to automate package handling, and provides users with a
  243. wealth of product information.  VENDINFO tools (free viewer for users,
  244. free or inexpensive processors for distributors, editors for authors)
  245. are available from many sources, including the originators of VENDINFO:
  246.   Rams' Island Software    Voice: 303-841-2848  CompuServe: 76244,324
  247.   7644 E. Lakecliff Way      BBS: 303-841-6269     FidoNet: 1:104/333
  248.   Parker, CO 80134-5904 USA  FAX: 303-841-6269        RIME: 1235
  249.  
  250.  
  251. ===== Compressed Data Record Follows ===================
  252.  
  253. PK
  254. %a"α@am£#    VENDDATA.s)    Ä            %    6    7>    &    &    >&        $    N    n    ^        >    n    ^    ε    ~■>    >.»        /O)$&&        ,£   '&≈≈≈┴Φµ÷:╣1█aàô8∞╞Yf┬ä├≤ xÉ░Ha£gäÉC \ ┬=╧êëJΓæg÷]ª╓>╜Yy±Yºsû¢╢⌡·[~■₧▒K╥∩╜·àÜ-∩ùW£a&,²δK■Θ∩ÿ¬╦¢c²ó╗l╟┌°═[»φ█1φwì⌡ùW█ĵk|┤┌n⌡│é₧⌡ô≈)⌡#&·╜Nªô]æ▌Ωu≤┌σσgÑ─bn╝Φ▓EΦ>╚∩}╥√o╡╘c¡2δ{≤╟▄╖╖⌡≈ò°▌╫┤ß╟╒±åÅ╞1∩≥_Åzm{├ƒ▌┬╗ⁿ╠?f'┐╘▓ƒ±╥∩≥4╓≥è~"ú~âA╛╬╙rLê┐┘H╣▄*·â|π4₧·ºú$τXE8╢-⌐ ?MÅ╞6üî╞á2╟·%┐▒╜┐▌5ì°|π3ⁿ█;⌠=G~╦⌡°╣ªyçf?┐┴╛╬o¥≈iO┘ºñOyδ╕}ÿR L0z4&░ⁿ╙²F∙(    ⌡╓o`j4F░ⁿ╫a░è{▀uƒUσkî╞╕ ≤÷&╒▀⌠Θº0⌠╨â½╢
  255. 2è,Ƭ╫╔Zµl╟Æ÷~]┴╗w²6▐å{s_rliδhlmΓâ▒■╥à"9░+PÜ[ôßuRδ╟<└αu_D>π-≤wZ ┘∩h∞Ñü■√ú¼7y²╒4╒G├┌Θ╦U4íΓ    %┬OY╣óäf÷S1#J╩O?▌É╣~èⁿ|èìÑÿqzJ<Ñüôz*>₧J╒~ß≡∩ks½6 {_a╙~f'gh─■h÷o∞╦kNDì─m╛ R▐╩]1 WW╛R» ª:è╡╜■B_¥▀Æé╓1┌?;j½π'#^£╨JXxúΩ╡Ω╥LunN╦╗ö┌ª└0╠┴┐ë▀O▐≥Z²ε╞√ó~ñÿ¼3╢'╟4âñFπDÆ,W£b< nini S`≈ƒ╗ ╪ÄòBâ'ûïTäα,P▌    g╕ δW}ÆyÑ∩⌐¼¼ÿÄσ`ëhX«H▐ü8'▀%
  256.  ∩['÷¡v▐»-7eç¥R▀ùσ÷7«≈⌡NΣ,╩σf;º¢+BªÖ╜n>╦mZèE╣ô\d╬ÅΓM┘╠{Σ&╘₧;Ωü^φEτ║╪¥3y▓R∞╫α    tY/+╜╝ Uë8░b⌠»v,&∞è2<²╞1.G¢#┼î═
  257. L╧ê┴■>≥α hiáLNq~NAqn┤╝n½S°≤█╣1─≥sï≤║Γd╖[Y┐╫ë╤╔·T_╘m}½∩╡è[AS5ªw¿∙ƒ╫ QÑ┘┐è}┐(óF┐═(/ëèΦ⌠)┘╣íf╩Γ╞∙┘²▀║û?═v╛hKi⌠òX⌡c╖┤ñToªHÉ⌡▓%²f¥Ö■┬Γºó╠ƒ-╗ëO  åñµô    J╦+Γ ▓Æxâ╕Ñq╦ ÑNü┘Æ≥x%Ñ├≥è▓R─a}─¼ª.=∩S<`9÷ñ╣ññÑwNüMMÑ╬TQPZ┌ █dHörXPBLN╫░é`q n▓=╟&²X2÷Iê0▄ñ8▄╔≡┴½─╜üWÆ1&%─·⌐╘ Z÷∩▌═öhñ±ü¡4XC5:∞╙¥kw«q5Θφ
  258. lëÉ₧∙┴D╧»º└εç!└oαφ╝²ü7∙    PK
  259. %a"α@am£#     VENDDATA.PK*ö